home *** CD-ROM | disk | FTP | other *** search
/ Maclife 39 / MACLIFE39.ISO.7z / MACLIFE39.ISO / 各社アップデータ / QMS / Driver for Mac 1.0 (J).sea / Driver for Mac 1.0 (J) / Drivers / PPDs / Ver 3.0 / Q860PSYS.PPD < prev    next >
Text File  |  1993-05-15  |  14KB  |  422 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "QMS-Hammerhead " versions 2011.22
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *% Date: 5/14/92
  5. *FormatVersion: "3.0"
  6. *FileVersion: "1.0"
  7. *LanguageVersion: English
  8.  
  9. *Product: "(QMS 860 Print System)"
  10. *PSVersion: "(2011.22) 13"
  11. *NickName: "QMS 860 Print System"
  12.  
  13. *% General Information and Defaults ===============
  14. *FreeVM: "800000"
  15. *ColorDevice: True
  16. *VariablePaperSize: False
  17. *FileSystem: True
  18. *?FileSystem: "
  19.   statusdict begin diskonline 
  20.   {(True)}{(False)} ifelse = flush end"
  21. *End
  22. *Throughput: "8"
  23. *Password: "0"
  24. *ExitServer: "
  25.   count 0 eq {  % is the password on the stack?
  26.     true 
  27.   }{
  28.     dup    % potential password
  29.     statusdict begin checkpassword end not 
  30.   } ifelse 
  31.   {  %  if no password or not valid 
  32.     (WARNING : Cannot perform the exitserver command.) = 
  33.     (Password supplied is not valid.) = 
  34.     (Please contact the author of this software.) = flush
  35.     quit 
  36.   } if 
  37.   serverdict begin exitserver
  38. "
  39. *End
  40.  
  41. *Reset: "(WARNING : Cannot reset printer.) = "
  42.  
  43. *DefaultJobResolution: 600dpi
  44. *SetResolution 300dpi: "
  45.   serverdict begin 0 exitserver
  46.   statusdict begin 300 setdefaultresolution end
  47. "
  48. *End
  49. *SetResolution 600dpi: "
  50.   serverdict begin 0 exitserver
  51.   statusdict begin 600 setdefaultresolution end
  52. "
  53. *End
  54.  
  55. *SetJobResolution 300x300dpi: "statusdict begin 300 setresolution end"
  56. *SetJobResolution 600x600dpi: "statusdict begin 600 setresolution end"
  57.  
  58. *?Resolution: "
  59. save
  60.   statusdict begin resolution end
  61.   128 string cvs dup print (x) print print (dpi) = flush
  62. restore
  63. "
  64. *End
  65.  
  66. *% Halftone Information ===============
  67. *ScreenFreq: "60.0"
  68. *ScreenAngle: "45.0"
  69. *DefaultScreenProc: Dot
  70. *ScreenProc Dot: "{ dup mul exch dup mul add 1 exch sub }"
  71. *ScreenProc Line: "{ pop }"
  72. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  73.  
  74. *DefaultTransfer: Null
  75. *Transfer Null: "{ }"
  76. *Transfer Null.Inverse: "{ 1 exch sub }"
  77.  
  78. *% Paper Handling ===================
  79.  
  80. *PageSize Letter: "statusdict begin lettertray end"
  81. *PageSize Executive: "statusdict begin executivetray end"
  82. *PageSize Legal: "statusdict begin legaltray end"
  83. *PageSize Tabloid: "statusdict begin 11x17tray end"
  84. *PageSize Universal: "statusdict begin universaltray end"
  85. *PageSize A3: "statusdict begin a3tray end"
  86. *PageSize A4: "statusdict begin a4tray end"
  87. *PageSize A5: "statusdict begin a5tray end"
  88. *PageSize A6: "statusdict begin a6tray end"
  89. *PageSize B4: "statusdict begin b4tray end"
  90. *PageSize B5: "statusdict begin b5tray end"
  91. *PageSize B6: "statusdict begin b6tray end"
  92. *?PageSize: "
  93.  save statusdict begin
  94.   12 dict begin
  95.    /letter (Letter) def 
  96.    /executivepage (Executive) def
  97.    /legal (Legal) def
  98.    /11x17 (Tabloid) def 
  99.    /universal (Universal) def
  100.    /a3 (A3) def 
  101.    /a4 (A4) def
  102.    /a5 (A5) def 
  103.    /a6 (A6) def
  104.    /b4 (B4) def 
  105.    /b5 (B5) def 
  106.    /b6 (B6) def 
  107.    papersize {
  108.      {load exec} stopped not{= flush}if
  109.    }{
  110.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  111.    }ifelse
  112.   end
  113.  end restore
  114. "
  115. *End
  116.  
  117. *PaperTray Letter: "statusdict begin lettertray end"
  118. *PaperTray Executive: "statusdict begin executivetray end"
  119. *PaperTray Legal: "statusdict begin legaltray end"
  120. *PaperTray Tabloid: "statusdict begin 11x17tray end"
  121. *PaperTray Universal: "statusdict begin universaltray end"
  122. *PaperTray A3: "statusdict begin a3tray end"
  123. *PaperTray A4: "statusdict begin a4tray end"
  124. *PaperTray A5: "statusdict begin a5tray end"
  125. *PaperTray A6: "statusdict begin a6tray end"
  126. *PaperTray B4: "statusdict begin b4tray end"
  127. *PaperTray B5: "statusdict begin b5tray end"
  128. *PaperTray B6: "statusdict begin b6tray end"
  129. *?PaperTray: "
  130.  save statusdict begin
  131.   12 dict begin
  132.    /letter (Letter) def 
  133.    /executivepage (Executive) def
  134.    /legal (Legal) def
  135.    /11x17 (Tabloid) def 
  136.    /universal (Universal) def
  137.    /a3 (A3) def 
  138.    /a4 (A4) def
  139.    /a5 (A5) def 
  140.    /a6 (A6) def
  141.    /b4 (B4) def 
  142.    /b5 (B5) def 
  143.    /b6 (B6) def 
  144.    papersize {
  145.      {load exec} stopped not{= flush}if
  146.    }{
  147.      {load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  148.    }ifelse
  149.   end
  150.  end restore
  151. "
  152. *End
  153.  
  154. *% These entries will set up the frame buffer. Usually used with manual feed.
  155. *DefaultPageRegion: Letter
  156. *PageRegion Letter: "letter"
  157. *PageRegion Executive: "executivepage"
  158. *PageRegion Legal: "legal"
  159. *PageRegion Tabloid: "11x17"
  160. *PageRegion Universal: "universal"
  161. *PageRegion A3: "a3"
  162. *PageRegion A4: "a4"
  163. *PageRegion A5: "a5"
  164. *PageRegion A6: "a6"
  165. *PageRegion B4: "b4"
  166. *PageRegion B5: "b5"
  167. *PageRegion B6: "b6"
  168.  
  169. *% The following entries provide information about specific paper keywords.
  170. *DefaultImageableArea: Letter
  171. *ImageableArea Letter: "10 10 598 780 "
  172. *ImageableArea Executive: "10 14 510 746 "
  173. *ImageableArea Legal: "10 14 600 998 "
  174. *ImageableArea Tabloid: "10 14 780 1214 "
  175. *ImageableArea Universal: "10 14 830 1214 "
  176. *ImageableArea A3: "10 14 830 1181 "
  177. *ImageableArea A4: "10 10 581 830 "
  178. *ImageableArea A5: "10 10 405 583 "
  179. *ImageableArea A6: "10 14 286 411 "
  180. *ImageableArea B4: "10 14 717 1021 "
  181. *ImageableArea B5: "10 10 501 717 "
  182. *ImageableArea B6: "10 14 352 506 "
  183. *?ImageableArea: "
  184.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  185.   newpath clippath pathbbox
  186.   4 -2 roll exch 2 {ceiling cvp} repeat
  187.   exch 2 {floor cvp} repeat flush
  188.  restore
  189. "
  190. *End
  191.  
  192. *% These provide the physical dimensions of the paper (by keyword)
  193. *DefaultPaperDimension: Letter
  194. *PaperDimension Letter: "612 792"
  195. *PaperDimension Executive: "522 756"
  196. *PaperDimension Legal: "612 1008"
  197. *PaperDimension Tabloid: "792 1224"
  198. *PaperDimension Universal: "842 1224"
  199. *PaperDimension A3: "842 1191"
  200. *PaperDimension A4: "596 842"
  201. *PaperDimension A5: "420 595"
  202. *PaperDimension A6: "297 420"
  203. *PaperDimension B4: "729 1032"
  204. *PaperDimension B5: "516 729"
  205. *PaperDimension B6: "363 516"
  206.  
  207. *DefaultOutputBin: Upper
  208.  
  209. *DefaultInputSlot: MultiPurpose
  210. *InputSlot MultiPurpose: "statusdict begin 1 setpapertray end"
  211. *InputSlot Lower: "statusdict begin 2 setpapertray end"
  212. *InputSlot Optional: "statusdict begin 3 setpapertray end"
  213. *?InputSlot: "
  214.  save statusdict begin
  215.   3 dict begin
  216.    /1 (MultiPurpose) def
  217.    /2 (Lower) def
  218.    /3 (Optional) def
  219.    papertray 
  220.      {( ) cvs cvn load exec} stopped not{= flush}if
  221.   end
  222.  end restore
  223. "
  224. *End
  225.  
  226. *%DefaultManualFeed: None
  227. *DefaultManualFeed: False
  228. *?ManualFeed: "
  229.   statusdict /manualfeed get
  230.   {(True)}{(False)}ifelse = flush"
  231. *End
  232. *ManualFeed True: "statusdict begin /manualfeed true store end"
  233. *ManualFeed False: "statusdict begin /manualfeed false store end"
  234.  
  235. *DefaultOutputOrder: Normal
  236.  
  237. *% Font Information =====================
  238.  
  239. *DefaultFont: Courier
  240. *Font AvantGarde-Book: Standard "(001.002)"
  241. *Font AvantGarde-BookOblique: Standard "(001.002)"
  242. *Font AvantGarde-Demi: Standard "(001.003)"
  243. *Font AvantGarde-DemiOblique: Standard "(001.003)"
  244. *Font Bookman-Demi: Standard "(001.001)"
  245. *Font Bookman-DemiItalic: Standard "(001.001)"
  246. *Font Bookman-Light: Standard "(001.001)"
  247. *Font Bookman-LightItalic: Standard "(001.001)"
  248. *Font Courier: Standard "(001.005)"
  249. *Font Courier-Bold: Standard "(001.005)"
  250. *Font Courier-BoldOblique: Standard "(001.005)"
  251. *Font Courier-Oblique: Standard "(001.005)"
  252. *Font Helvetica: Standard "(001.002)"
  253. *Font Helvetica-Bold: Standard "(001.002)"
  254. *Font Helvetica-BoldOblique: Standard "(001.002)"
  255. *Font Helvetica-Condensed: Standard "(001.001)"
  256. *Font Helvetica-Condensed-Bold: Standard "(001.002)"
  257. *Font Helvetica-Condensed-BoldObl: Standard "(001.002)"
  258. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  259. *Font Helvetica-Narrow: Standard "(001.002)"
  260. *Font Helvetica-Narrow-Bold: Standard "(001.002)"
  261. *Font Helvetica-Narrow-BoldOblique: Standard "(001.002)"
  262. *Font Helvetica-Narrow-Oblique: Standard "(001.002)"
  263. *Font Helvetica-Oblique: Standard "(001.002)"
  264. *Font NewCenturySchlbk-Bold: Standard "(001.007)"
  265. *Font NewCenturySchlbk-BoldItalic: Standard "(001.004)"
  266. *Font NewCenturySchlbk-Italic: Standard "(001.003)"
  267. *Font NewCenturySchlbk-Roman: Standard "(001.004)"
  268. *Font Palatino-Bold: Standard "(001.002)"
  269. *Font Palatino-BoldItalic: Standard "(001.002)"
  270. *Font Palatino-Italic: Standard "(001.002)"
  271. *Font Palatino-Roman: Standard "(001.001)"
  272. *Font Symbol: Special "(001.003)"
  273. *Font Times-Bold: Standard "(001.002)"
  274. *Font Times-BoldItalic: Standard "(001.004)"
  275. *Font Times-Italic: Standard "(001.002)"
  276. *Font Times-Roman: Standard "(001.002)"
  277. *Font ZapfChancery-MediumItalic: Standard "(001.003)"
  278. *Font ZapfDingbats: Special "(001.002)"
  279. *Font Ryumin-Light-83pv-RKSJ-H: RKSJ "(001.000)"
  280. *Font Ryumin-Light-RKSJ-H: RKSJ "(001.000)"
  281. *Font GothicBBB-Medium-83pv-RKSJ-H: RKSJ "(001.000)"
  282. *Font GothicBBB-Medium-RKSJ-H: RKSJ "(001.000)"
  283. *Font TypeBankM-M-83pv-RKSJ-H: RKSJ "(001.000)"
  284. *Font TypeBankM-M-RKSJ-H: RKSJ "(001.000)"
  285. *Font TypeBankM-Hv-83pv-RKSJ-H: RKSJ "(001.000)"
  286. *Font TypeBankM-Hv-RKSJ-H: RKSJ "(001.000)"
  287. *Font TypeBankG-B-83pv-RKSJ-H: RKSJ "(001.000)"
  288. *Font TypeBankG-B-RKSJ-H: RKSJ "(001.000)"
  289. *Font TypeBankG-Hv-83pv-RKSJ-H: RKSJ "(001.000)"
  290. *Font TypeBankG-Hv-RKSJ-H: RKSJ "(001.000)"
  291. *?FontQuery: "
  292. save  4 dict begin /sv exch def
  293. /str (fonts/                              ) def
  294. /st2 128 string def
  295. {
  296.   count 0 gt {
  297.     dup st2 cvs (/) print print (:) print
  298.     dup FontDirectory exch known {pop (Yes)}{
  299.      str exch st2 cvs dup length /len exch def
  300.      6 exch putinterval str 0 len 6 add getinterval mark exch
  301.      { } st2 filenameforall counttomark 0 gt {
  302.       cleartomark (Yes)}{cleartomark (No)}ifelse
  303.     }ifelse = flush
  304.   }{ exit } ifelse
  305. } bind loop
  306. (*) = flush
  307. sv end restore
  308. "
  309. *End
  310.  
  311. *?FontList: "
  312. save  2 dict begin /sv exch def
  313. /str 128 string def
  314. FontDirectory { pop == } bind forall flush
  315. /filenameforall where { 
  316.  pop save (fonts/*) { 
  317.   dup length 6 sub 6 exch getinterval cvn == 
  318.  } bind str filenameforall flush restore
  319. } if 
  320. (*) = flush
  321. sv end restore
  322. "
  323. *End
  324.  
  325. *% Printer Messages (verbatim from printer):
  326.  
  327. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  328. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  329. *Message: "¥FontName¥ not found, using Courier"
  330.  
  331. *% Status (format: %%[ status: <one of these> ]%% )
  332. *Status: "idle"
  333. *Status: "busy"
  334. *Status: "waiting"
  335. *Status: "printing"
  336. *Status: "warming up"
  337.  
  338. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%%)
  339. *Source: "serial25"
  340. *Source: "AppleTalk"
  341. *Source: "Centronics"
  342.  
  343. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  344.  
  345. *DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  346.  
  347. *% Color Separation Information =====================
  348.  
  349. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  350.  
  351. *InkName: ProcessBlack/Process Black
  352. *InkName: CustomColor/Custom Color
  353. *InkName: ProcessCyan/Process Cyan
  354. *InkName: ProcessMagenta/Process Magenta
  355. *InkName: ProcessYellow/Process Yellow
  356.  
  357. *%  For 60 lpi / 300 dpi  ===============================
  358.  
  359. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  360. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  361. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  362. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  363. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  364.  
  365. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  366. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  367. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  368. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  369. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  370.  
  371. *%  For 53 lpi / 300 dpi  ===============================
  372.  
  373. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  374. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  375. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  376. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  377. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  378.  
  379. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  380. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  381. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  382. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  383. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  384.  
  385. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  386.  
  387. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  388. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  389. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  390. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  391. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  392.  
  393. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  394. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  395. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  396. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  397. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  398.  
  399. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  400. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  401. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  402. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  403. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  404. "
  405. *End
  406.  
  407. *%  For 71 lpi / 600 dpi  ===============================
  408.  
  409. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  410. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  411. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  412. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  413. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  414.  
  415. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  416. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  417. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  418. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  419. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  420.  
  421. *% end of PPD file for QMS-Hammerhead
  422.